Introduction
Setup and Installation
1.
VS Code
2.
Git
3.
Project Structure
4.
UV
Server
5.
Introduction
6.
Project Setup
6.1.
FastAPI Hello World
6.2.
Pytest Setup
6.3.
Numpy Docs and Sphinx Setup
Appendix
7.
VS Code
7.1.
VS Code Configs
7.2.
VS Code Extensions
7.3.
VS Code Trouble Shooting
8.
Git
8.1.
Git Cheat Sheet
8.2.
Git Trouble Shooting
8.3.
Git Ignores
9.
Scripting
9.1.
PowerShell Cheat Sheet
9.2.
Bash Cheat Sheet
10.
Python
10.1.
Python Cheat Sheet
10.2.
Python Trouble Shooting
10.3.
Python Configs
10.4.
Server Structure
11.
Docker
11.1.
Docker Trouble Shooting
12.
App
12.1.
API Reference
12.2.
Common Build and Run Commands
12.3.
Database Structure
12.4.
Project Directory Structure
Light
Rust
Coal
Navy
Ayu
DK App Tutorial
[[Appendix]]
Setup Git User Info
git config --global user.name "NAME" git config --global user.email "EMAIL"